lsm_access_group_system_id_get(3) | Libstoragemgmt C API Manual | lsm_access_group_system_id_get(3) |
NAME¶
lsm_access_group_system_id_get - Retrieves the system ID of the access group.
SYNOPSIS¶
const char * lsm_access_group_system_id_get (lsm_access_group *group);
ARGUMENTS¶
- group
- Access group to retrieve system ID for.
VERSION¶
1.0
DESCRIPTION¶
Retrieves the system id for the specified access group.
NOTE¶
Address returned is valid until lsm_access_group gets freed, copy return value if you need longer scope. Do not free returned string.
RETURN¶
string. NULL if argument 'group' is NULL or not a valid lsm_access_group pointer.
lsm_access_group_system_id_get | January 2023 |